Skip to main content
POST
/
companies
[BETA] Add a company (async enrichment)
curl --request POST \
  --url https://api.getpg.ai/public-api/v1/companies \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "company_name": "<string>",
  "domain": "<string>",
  "id": "<string>",
  "external_id": "<string>",
  "source_system": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.getpg.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your API key for authentication. Get your API key from the PG:AI dashboard under Settings > API Keys.

Body

application/json
company_name
string

Company display name

domain
string

Company website domain

id
string

Existing PG:AI company UUID

external_id
string

External system id (requires source_system)

source_system
string

Source label for external_id

Response

Accepted — enrichment queued

Response data